home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / CHIPINTE052002.ISO / rtlnet / rtlintro.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-02-05  |  83 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    getUrl("start.htm", "_top");
  4.    stop();
  5. }
  6.